home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page2 / 00052.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  146 b   |  11 lines

  1. on exitFrame
  2.   global blink
  3.   set blink to blink + 1
  4.   if blink = 4 then
  5.     go("top")
  6.   end if
  7.   if blink = 8 then
  8.     go("bottom")
  9.   end if
  10. end
  11.